home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
os2tools
/
clearclp
/
install.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1992-07-03
|
435b
|
14 lines
/* This is a Rexx Command File to Install MiniApp System Shutdown*/
'echo off'
call RxFuncAdd SysLoadFuncs, RexxUtil, SysLoadFuncs
call SysLoadFuncs
call sysmkdir "c:\miniapp"
call sysmkdir "c:\miniapp\clearclp"
'copy %1\clearclp.ico c:\miniapp\clearclp\clearclp.ico'
'copy %1\clearclp.exe c:\miniapp\clearclp\clearclp.exe'
'copy %1\maicon.ico c:\miniapp\maicon.ico'
'%1\makefold.exe'
'%1\coclipb.exe'
'%1\coshasys.exe'